home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2 Examples.sit
/
Raven 1.2 Examples
/
Quill
/
Source
/
Precomp (Release).pch++
< prev
next >
Wrap
Text File
|
1997-07-27
|
727b
|
32 lines
/*
* File: Precomp (Release).pch++
* Summary: Release precompiled header for Quill.
* Written by: Jesse Jones
*
* Copyright ゥ 1997 Jesse Jones.
* For conditions of distribution and use, see copyright notice in ZTypes.h
*
* Change History (most recent first):
*
* <1> 7/28/97 JDJ Created.
*/
#if powerc
#pragma precompile_target ":Precomp PPC (Release)"
#else
#pragma precompile_target ":Precomp 68K (Release)"
#endif
#define QUILL 1
#define DEBUG 0
#define RELEASE 1 // Set to 1 for release version of the app
#define ASSERTS_THROW 0 // Set to 1 to have ASSERTS throw logic_error
#define PRECOMPILE_MAC_HEADERS 1
#define PRECOMPILE_RAVEN_HEADERS 1
#include <AppHeader.h>